home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / modelers / geomview / source.lha / Geomview / src / bin / flythrough / Makefile < prev    next >
Makefile  |  1993-11-04  |  425b  |  18 lines

  1. GEOM = ../../..
  2. include ${GEOM}/makefiles/Makedefs.global
  3. include Makedefs
  4. include ${GEOM}/makefiles/Makerules.src
  5.  
  6. install:    installdata
  7.  
  8.  
  9. #
  10. # We use ${GEOM}/.. below because it's relative to the "data"
  11. # subdirectory of this directory.
  12. #
  13. installdata:
  14.     cd data; \
  15.       ${INSTALL} -O -v -m 664 -F ${GEOM}/../data/geom \
  16.          flythrough_diagram.gv dodec.vect ; \
  17.       ${INSTALL} -O -v -m 664 -F ${GEOM}/../data/groups *.?.gv *.tlist
  18.